projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d84029
)
Register tibetan-composition-fucntion in composition-function-table.
author
Kenichi Handa
<handa@m17n.org>
Mon, 25 Feb 2008 01:38:49 +0000
(
01:38
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 25 Feb 2008 01:38:49 +0000
(
01:38
+0000)
lisp/language/tibetan.el
patch
|
blob
|
history
diff --git
a/lisp/language/tibetan.el
b/lisp/language/tibetan.el
index 309ee9d0d3d9e5b8c7993c62250fffe4e95397ad..4de0ab96ae24adb608b41447a9c6876f33b44279 100644
(file)
--- a/
lisp/language/tibetan.el
+++ b/
lisp/language/tibetan.el
@@
-607,7
+607,7
@@
This also matches some punctuation characters which need conversion.")
;; For automatic composition.
(set-char-table-range composition-function-table '(#xF00 . #xFD1)
- '(("[\xF00-\xFD1]+" .
font-shape-text
)))
+ '(("[\xF00-\xFD1]+" .
tibetan-composition-function
)))
(provide 'tibetan)